﻿/* CSS Document */

.nav_fixed {
    position: fixed;
    top: 0px;
    z-index: 111111111111111111111111111;
}

header {
    width: 100%;
    min-width: 1200px;
}

.box_head_sub1 {
    background: #eeeeee;
    height: 32px;
    line-height: 32px;
}

.box_search {
    width: 222px;
    height: 22px;
    background: url(../images/fdj.jpg) #fff no-repeat 198px 2px;
    margin-top: 4px;
    margin-left: 830px;
}

.prosearch_sub1 {
    width: 192px;
    padding-left: 2px;
    margin-top: 0px;
}

.prosearch_sub2 {
    width: 26px;
}

#searchtext {
    border: none;
    height: 22px;
    line-height: 22px;
    width: 192px;
    background: none;
}

#searchbutton {
    border: none;
    background: url(../images/searchbut.gif);
    cursor: pointer;
    height: 22px;
    width: 26px;
}

.box_language {
    width: 136px;
    overflow: hidden;
    margin-top: -2px;
}

.box_language img {
    padding: 0px 6px;
}

.box_head_sub2 {
    height: 100px;
}

.box_head_sub2_sub2 {
    padding-top: 45px;
}

.box_head_sub2_sub1 {
    width: 500px;
}

.box_head_sub2_sub1 img {
    padding: 12px 0px 0px 30px;
}

.menu_ty {
    height: 30px;
    background: url(../images/menu-ty.png) no-repeat center top;
    position: absolute;
    top: 122px;
    z-index: 1111111px;
}


/*hdp*/

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mobile_banner {display:none;}

@media screen and (max-width: 980px) {
.banner { display:none;}
.mobile_banner {
	display:inline-block;
	width:100%;
	height:500px;
	background:url(/data/slide/20200826zwazhi.jpg) no-repeat center top;
	}
}

.banner ul {
    position: absolute;
    z-index: -1;
}

.banner ul li {
    width: 100%;
    height: 492px;
    float: left;
    background: no-repeat center center;
    transition: none;
}

.ban_line {
    width: 126px;
    margin: auto;
}

.banner ol {
    height: 20px;
    position: absolute;
    width: 600px!important;
    bottom: 18px;
    padding: 0 10px;
    border-radius: 10px;
}

.banner ol li {
    width: 60px;
    height: 2px;
    float: left;
    margin: 5px 5px;
    background: rgba(12, 77, 150, 0.5);
    cursor: pointer;
}

.banner ol .current {
    background: rgba(12, 77, 150, 1);
}

.banner i {
    width: 58px;
    height: 120px;
    position: absolute;
    top: 42%;
    margin-top: -60px;
    cursor: pointer;
    border-radius: 5px;
    display: none;
}

.banner .left {
    left: 60px;
    background: url('../images/left_right.png') no-repeat 0 0px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.banner .right {
    right: 60px;
    background: url('../images/left_right.png') no-repeat 0px -120px;
    filter: alpha(Opacity=0);
    -moz-opacity: 0.5;
    opacity: 0;
}

.banner:hover .left {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.banner:hover .right {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


/*index主体*/

.box_main_sub1 {
    background: url(../images/indexbg1.jpg) #f1f1f1 no-repeat center top;
    height: 576px;
}

.box_main_sub2 {
    background: #f1f1f1;
    height: 718px;
}

.box_main_sub3 {
    background: url(../images/indexbg3.jpg) #f1f1f1 no-repeat center top;
    height: 576px;
}

.box_main_sub4 {
    background: url(../images/indexbg4.jpg) #f1f1f1 no-repeat center top;
    height: 720px;
}

.index_tit {
    border-bottom: 1px #0c4d96 solid;
    padding-left: 32px;
    line-height: 60px;
    width: 316px;
    position: absolute;
    top: 62px;
}

.box_main_sub1_c_line1 {
    background: url(../images/logo-blue.png) no-repeat left top;
    padding-left: 162px;
    line-height: 36px;
}

.box_main_sub1_c {
    width: 760px;
    position: absolute;
    top: 168px;
    left: 52px;
}

.about_link {
    position: absolute;
    top: 386px;
    left: 706px;
}

.about_link li {
    float: left;
    width: 126px;
    text-align: center;
    display: block;
    font-size: 18px;
    padding-top: 60px;
}

.about_link ul li:nth-child(1) {
    background: url(../images/icon1.png) no-repeat center top;
}

.about_link ul li:nth-child(2) {
    background: url(../images/icon2.png) no-repeat center top;
}

.about_link ul li:nth-child(3) {
    background: url(../images/icon3.png) no-repeat center top;
}

.indexpro_list {
    position: absolute;
    top: 138px;
}

.indexpro_list li {
    width: 400px;
    height: 268px;
    float: left;
    overflow: hidden;
}

.indexpro_list li a {
    display: block;
    width: 400px;
    height: 268px;
    font-size: 18px;
}

.indexpro_list li:nth-child(odd) {
    background: #ededed;
}

.indexpro_list li:nth-child(even) {
    background: #f8f8f8;
}

.proname {
    position: absolute;
    left: 36px;
    top: 58px;
}

.pic1 {
    position: absolute;
    left: 126px;
    top: 26px;
}

.pic2 {
    position: absolute;
    left: 126px;
    top: 36px;
}

.pic3 {
    position: absolute;
    left: 106px;
    top: 26px;
}

.pic4 {
    position: absolute;
    left: 42px;
    top: 110px;
}

.pic5 {
    position: absolute;
    left: 66px;
    top: 120px;
}

.pic6 {
    position: absolute;
    left: 208px;
    top: 36px;
}

.pro_select {
    background: url(../images/logo-gray.png) no-repeat 0px 6px;
    height: 36px;
    padding-left: 136px;
    padding-top: 8px;
    position: absolute;
    left: 856px;
    top: 92px;
}

.case_hdp {
    position: absolute;
    left: 0px;
    top: 126px;
}

.case_hdp_c {
    position: relative;
    overflow: auto;
    text-align: center;
    width: 766px;
}

.case_hdp_c .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 56px;
    z-index: 3;
}

.case_hdp_c .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s
}

.case_hdp_c .dots li.active {
    background: #fff;
    opacity: 1
}

.case_hdp_c .arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -18px;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.case_hdp_c #al {
    left: 15px
}

.case_hdp_c #ar {
    right: 15px
}

.case_hdp_c ul {
    z-index: 1;
    width: 600%;
    overflow: hidden;
}

.case_hdp_c ul .slider-item {
    width: 530px;
    float: left;
    height: 432px;
    position: relative;
    overflow: hidden;
}

.case_hdp_c ul .slider-item img {
    width: 766px;
    height: 432px;
}

.case_hdp_c ul .slider-item .slider-title {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 766px;
    max-height: 56px;
    padding: 15px;
    text-align: left;
    line-height: 28px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
    background: url(../images/slider-info-bg.png) \9;
}

.hdp_intro {
    width: 372px;
    position: absolute;
    left: 792px;
    top: 236px;
}

.indexnewslist {
    padding-top: 158px;
}


/*新闻滚动*/

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.demo {
    background: linear-gradient(to right, #ffcccc, #d3d3d3);
}

.post-slide {
    margin: 0 15px;
    height: 490px;
    overflow: hidden;
    -moz-box-shadow: 2px 2px 5px #dddddd;
    -webkit-box-shadow: 2px 2px 5px #dddddd;
    box-shadow: 2px 2px 5px #dddddd;
}

.comlist {
    height: 375px !important;
}

.post-slide .post-img {
    overflow: hidden;
}

.post-slide .post-img img {
    width: 100%;
    height: 247px;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}

.post-slide .comimg img {
    width: 258px !important;
    height: 172px !important;
}

.post-slide:hover .post-img img {
    transform: scale(1.08);
}

.post-slide .post-content {
    background: #fff;
    padding: 20px;
}

.post-slide .post-title {
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

.post-slide .post-title a {
    display: inline-block;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 330px;
}

.post-slide .post-title a:hover {
    text-decoration: none;
}

.post-slide .post-description {
    padding-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-slide .comtitle a {
    width: 220px !important;
}

.post-slide .comdesc {
    -webkit-line-clamp: 3 !important;
}

.post-slide .post-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}

.post-slide .post-bar li {
    color: #676767;
    padding: 2px 0;
}

.post-slide .post-bar li i {
    margin-right: 5px;
}

.post-slide .post-bar li a {
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}

.post-slide .post-bar li a:after {
    content: ",";
}

.post-slide .post-bar li a:last-child:after {
    content: "";
}

.post-slide .post-bar li a:hover {
    color: #3d3030;
    text-decoration: none;
}

.post-slide .read-more {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    background: #0c4e97;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}

.post-slide .read-more:hover {
    background: #0065d5;
    text-decoration: none;
}

.post-slide-pro {
    margin: 0 15px;
    height: 306px;
    overflow: hidden;
    -moz-box-shadow: 2px 2px 5px #dddddd;
    -webkit-box-shadow: 2px 2px 5px #dddddd;
    box-shadow: 2px 2px 5px #dddddd;
}

.post-slide-pro .post-img {
    overflow: hidden;
}

.post-slide-pro .post-img img {
    width: 370px;
    height: 247px;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}

.post-slide-pro:hover .post-img img {
    transform: scale(1.08);
}

.post-slide-pro .post-content {
    background: #fff;
    padding: 20px;
}

.post-slide-pro .post-title {
    font-size: 18px;
    margin-top: 0;
    text-transform: capitalize;
}

.post-slide-pro .post-title a {
    display: inline-block;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.post-slide-pro .post-title a:hover {
    text-decoration: none;
}

.post-slide-pro .post-description {
    padding-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-bottom: 14px;
}

.post-slide-pro .post-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}

.post-slide-pro .post-bar li {
    color: #676767;
    padding: 2px 0;
}

.post-slide-pro .post-bar li i {
    margin-right: 5px;
}

.post-slide-pro .post-bar li a {
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}

.post-slide-pro .post-bar li a:after {
    content: ",";
}

.post-slide-pro .post-bar li a:last-child:after {
    content: "";
}

.post-slide-pro .post-bar li a:hover {
    color: #3d3030;
    text-decoration: none;
}

.post-slide-pro .read-more {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    background: #0c4e97;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}

.post-slide-pro .read-more:hover {
    background: #0065d5;
    text-decoration: none;
}

.effImg01 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.effImg01:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


/**底部**/

footer {
    color: #888888;
}

footer a {
    transition: all 0.3s ease 0s;
}

.footer1 {
    background: #333333;
    height: 320px;
}

.footer2 {
    background: #3a3a3a;
    height: 42px;
    text-align: center;
    line-height: 42px;
}

.footer1_1 {
    position: absolute;
    left: 0px;
    top: 50px;
}

.footer1_2 {
    position: absolute;
    left: 196px;
    top: 50px;
    width: 756px;
}

.footer1_2 li {
    float: left;
    border-left: 1px #888888 solid;
    padding: 0px 8px;
    line-height: 30px;
    margin-right: 10px;
}

.footer1_2 li h1 {
    font-size: 18px;
}

.footer1_2 li:nth-child(1) {
    width: 136px;
}

.footer1_2 li:nth-child(2) {
    width: 160px;
}

.footer1_2 li:nth-child(3),
.footer1_2 li:nth-child(4),
.footer1_2 li:nth-child(5) {
    width: 100px;
}

.footer1_2 li h1 a:link,
.footer1_2 li h1 a:visited {
    color: #d1d1d1;
}

.footer1_2 li h1 a:hover {
    color: #0c4d97;
}

.footer1_3 {
    position: absolute;
    left: 926px;
    top: 50px;
    line-height: 30px;
}


/*banner*/

.ban_start {
    height: 590px;
    background: url(../images/hdpbg.png) no-repeat center bottom;
    padding-top: 16px;
    padding-bottom: 18px;
}

#full-screen-slider {
    width: 100%;
    height: 590px;
    ;
    float: left;
    position: relative;
    z-index: 20
}

#slides {
    display: block;
    width: 100%;
    height: 590px;
    ;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

#slides li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute
}

#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 560px;
    z-index: 9900;
    padding: 5px 0px 5px 0;
    width: 124px;
}

#pagination li {
    display: block;
    list-style: none;
    width: 16px;
    height: 17px;
    float: left;
    background: url(../images/hdpico.png) no-repeat 0px 0px;
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination li.current {
    background: url(../images/hdpico.png) no-repeat 0px -17px;
}


/**中部**/


/**内页**/

.pages_ban1 {
    height: 506px;
    background: url(../images/pagesban1.jpg) no-repeat center top;
}

.pages_ban5 {
    height: 506px;
    background: url(../images/pagesban2.jpg) no-repeat center top;
}

.pages_ban6 {
    height: 506px;
    background: url(../images/pagesban3.jpg) no-repeat center top;
}

.pages_ban48 {
    height: 506px;
    background: url(../images/pagesban4.jpg) no-repeat center top;
}

.pages_ban15 {
    height: 506px;
    background: url(../images/pagesban5.jpg) no-repeat center top;
}

.pages_bread {
    border-bottom: 1px #0c4d96 solid;
    padding: 26px 0px;
    width: 386px;
    margin: auto;
}

.pages_menu ul {
    margin: auto;
    text-align: center;
}

.pages_menu li {
    display: inline-block;
    padding: 0px 8px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 16px;
}

.pages_menu li a {
    transition: all ease-out .3s 0s;
    -webkit-transition: all ease-out .3s 0s;
    -moz-transition: all ease-out .3s 0s;
    -o-transition: all ease-out .3s 0s;
}

a.pagesmenu_current:link,
a.pagesmenu_current:visited {
    display: block;
    border: 1px #ec661a solid;
    background: #ec661a;
    padding: 6px 52px;
    border-radius: 1px;
    font-size: 18px;
    color: #fff;
}

a.pagesmenu_current:hover {}

a.pagesmenu_usual:link,
a.pagesmenu_usual:visited {
    display: block;
    border: 1px #888 solid;
    padding: 6px 52px;
    border-radius: 1px;
    font-size: 18px;
}

a.pagesmenu_usual:hover {
    border: 1px #ec661a solid;
    background: #ec661a;
    color: #fff;
}

.pages_content {
    width: 998px;
    margin: auto;
    font-size: 18px;
}
.pages_content_factory {
    width: 100%;
    margin: auto;
    font-size: 18px;
}

.pages_prodetail {
    width: 1068px;
    margin: auto;
    font-size: 18px;
}

.newslistpic>li {
    width: 25%;
    float: left;
    margin-bottom: 26px;
}

.businessnewslist li span {
    float: right;
    margin-right: 10px;
    font-size: 14px;
}

.businessnewslist li {
    background: url(../images/newsicon.png) #fff no-repeat 8px 20px;
    padding-left: 26px;
    line-height: 52px;
    font-size: 18px;
    border-bottom: 1px #f2f2f2 solid;
}

.businessnewslist li:hover {
    background: url(../images/newsicon.png) #eaeaea no-repeat 8px 20px;
    cursor: pointer;
    transition: all ease-out .8s 0s;
    -webkit-transition: all ease-out .8s 0s;
    -moz-transition: all ease-out .8s 0s;
    -o-transition: all ease-out .8s 0s;
}

.prolist>li {
    width: 33.33333333%;
    float: left;
    margin-bottom: 26px;
}


/*feedback*/

.feedbacktable td {
    padding: 12px 0px;
}

.feedback_1 {
    height: 36px;
    line-height: 36px;
    width: 516px;
    border-radius: 3px;
    border: 1px #ccc solid;
    padding-left: 6PX;
}

.feedback_2 {
    height: 36px;
    line-height: 36px;
    width: 116px;
    border-radius: 3px;
    border: 1px #ccc solid;
    padding-left: 6PX;
}

.feedback_3 {
    width: 586px;
    height: 136px;
    border-radius: 3px;
    border: 1px #ccc solid;
    padding-left: 6PX;
}

.Validform_right {
    color: #71b83d;
    padding-left: 20px;
    background: url(../images/valid_icons.png) no-repeat -40px -20px;
    margin-left: 6px;
}

.Validform_wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url(../images/valid_icons.png) no-repeat -20px -40px;
    margin-left: 6px;
}

.feedbacksubmit {
    border: none;
    height: 45px;
    line-height: 45px;
    width: 130px;
    background: #0c4e96;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 1px;
}

.feedbacksubmit:hover {
    background: #ec661a;
}

.business_title {
    border-bottom: 1px #888 solid;
}

.business_title_sub1 span {
    float: right;
}

.upnext {
    border-top: 1px #888 solid;
    margin-top: 12px;
}

.upnext a:link,
.upnext a:visited {
    color: #;
}

.upnext a:hover {
    color: #;
}

.up_info {
    background: url(../images/up.png) no-repeat left -3px;
    padding: 0px 36px;
    margin-bottom: 16px;
}

.next_info {
    background: url(../images/next.png) no-repeat left -3px;
    padding: 0px 36px;
}

.prodes_sub {
    border-bottom: 1px #888 dotted;
}

.prodes_sub1_sub1 {
    width: 600px;
}

.prodes_sub1_sub2 {
    width: 428px;
}

.prodes_sub3 {
    background: url(../images/prodes_linebg.png) no-repeat center top;
    padding-top: 56px;
    padding-bottom: 26px;
}
.prodes_sub3 img {padding:16px 0px;}

.achievementtab {
    margin-top: 8px;
}

.achievementtab td {
    padding: 6px 12px 6px 0px;
}

.achievementtab input {
    width: 18px;
    height: 18px;
    border: 12px #379804 solid;
    color: #379804;
}


/*图片放大镜样式*/

.spec-preview {}

.jqzoom {
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    top: 0px;
    width: 600px;
}

.fdj {
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff/*url(../images/zoom.png) 50% center no-repeat*/
    ;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.propic {
    width: 600px;
    height: 400px;
    border: 1px #f0f0f0 solid;
}

.prodetail_name {
    border-bottom: 1px #d7d7d7 solid;
}

.prodetail_fbt {
    border-bottom: 1px #d7d7d7 dotted;
}


/**gjcend**/

.pages_news_sub1 {
    width: 836px;
}

.pages_news_sub2 {
    width: 300px;
}

.rightnews_tit {
    height: 60px;
    background: url(../images/rightbg.jpg) no-repeat left top;
    color: #fff;
    line-height: 60px;
    font-size: 20px;
}

.rightnews_tit span {
    float: right;
    font-size: 12px;
}

.rightnewsul li {
    background: url(../images/newsicon.png) no-repeat 6px 10px;
    padding-left: 18px;
    line-height: 26px;
}

.rightnews {
    background: #f2f2f2;
    height: 326px;
}

.pages_bread_detail {
    border-bottom: 1px #2f9b36 solid;
    margin-bottom: 26px;
}

.bottomxx {
    background: url(../images/xxline.jpg) repeat-x left bottom;
}

.thirdmenu a {
    display: inline-block;
    width: 116px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

a.thirdmenu_current:link,
a.thirdmenu_current:visited {
    border-bottom: 3px #2f9b36 solid;
    color: #2f9b36
}

a.thirdmenu_current:hover {
    border-bottom: 3px #2f9b36 solid;
    color: #2f9b36
}

a.thirdmenu_usual:link,
a.thirdmenu_current:visited {
    border-bottom: 3px #ddd solid;
}

a.thirdmenu_usual:hover {
    border-bottom: 3px #2f9b36 solid;
    color: #2f9b36
}


/**中部结束**/


/*渐变效果*/

.amn {
    transition: all ease-out .3s 0s;
    -webkit-transition: all ease-out .3s 0s;
    -moz-transition: all ease-out .3s 0s;
    -o-transition: all ease-out .3s 0s;
}


/*渐变效果*/


/*hdp*/

.nivoSlider {
    position: relative;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}


/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 60;
    display: none;
}


/* The slices in the Slider */

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 50;
    height: 100%;
}


/* Caption styles */

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    /*opacity:0.8;  Overridden by captionOpacity setting */
    width: 100%;
    z-index: 89;
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑";
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}


/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 99;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}


/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a {
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

#slider-wrapper {
    width: 370px;
    height: 241px;
    overflow: hidden;
}

.slider-1 {
    position: relative;
    width: 370px;
    height: 241px;
    background: url(../images/loading.gif) no-repeat 50% 50%;
    overflow: hidden;
}

.slider-1 img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 530px;
    height: 233px;
}

.slider-1 a {
    border: 0;
    display: block;
}

.nivo-controlNav {
    position: absolute;
    left: 260px;
    bottom: -22px;
}

.nivo-controlNav a {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}

.nivo-controlNav a.active {
    background-position: 0 -22px;
}

.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

a.nivo-prevNav {
    left: 15px;
}

.nivo-caption {
    text-shadow: none;
}

.nivo-caption a {
    color: #efe9d1;
    text-decoration: underline;
}

.clear {
    clear: both;
}



.factorylist li {width:25%; float:left; margin-bottom:16px; height:242px; text-align:center;}

.js-lightBox{
  cursor: pointer;
  opacity: .8;
}

.js-lightBox:hover{
  opacity: 1;
}

.lightBox-view img{
    display: block;
    display: none;
    border:0px;
    margin:0px !important;
}

.lightBox-popupMask{
  position: fixed;
  background:black;
  filter:alpha(opacity=80);/* IE */
  opacity:0.8;
  width:100%;
  height: 100%;
  z-index:9999;
  display: none;
  background-image: url('../images/overlay.png');
}

.lightBox-popup{

}

.lightBox-popup{
  display: none; 
  position: fixed;
  z-index:10000;
  top:0%;
  left:50%;
  height: 50%;
  background-color: white;
  /* margin-left:-500px; */
  border-radius: 10px;
  border:5px solid white;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../images/loading.gif'); 
  background-size: 8%;
}

.lightBox-description .lightBox-btn{
 /*  position: absolute;
  top:0; */
  display: inline-block;
  height: 100%;
  width:50%;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  filter:alpha(opacity=20);/* IE */ 
  opacity: .4;
  background-image: url('../images/opacity.png');
}
.lightBox-description .lightBox-btn:hover{
  filter:alpha(opacity=100);/* IE */ 
  opacity: 1;
}

/* .lightBox-view .lightBox-prev-btn{
  left:0; 
}
.lightBox-view .lightBox-next-btn{
  right:0;
} */

.lightBox-description .lightBox-prev-btn.active{
  background-image: url('../images/prev.png'); 
}
.lightBox-description .lightBox-next-btn.active{
  background-image: url('../images/next2.png'); 
}

.lightBox-description .lightBox-prev-btn.disable{
  background-image: url('../images/prev.png');
  opacity: 0.1;
  cursor: default;
}
.lightBox-description .lightBox-next-btn.disable{
  background-image: url('../images/next2.png'); 
  opacity: 0.1;
  cursor: default;
}

.lightBox-view .lightBox-description{
  position: absolute;
  bottom:0;
  right:0;
  left:0;
  padding:15px;
  display: none;
  color:white;
  background-color: black;
  filter:alpha(opacity=80);/* IE */ 
  background: rgba(0,0,0,.8);
}
.lightBox-view .lightBox-description .lightBox-current-index{
  margin-top: 5px;
  display: block;
  font-style:italic;
}
.lightBox-view .lightBox-description .lightBox-close{
  float: right;
  display: block;
  width:40px;
  height:40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url('../images/close.png'); 
  background-position: center center;
}
.lightBox-description .btn-position{
  float: right;
  position:relative;
  width:100px;
  height: 40px;
}


.hy_ul li {width:33.33333333333%; float:left; text-align:center; margin-bottom:26px; height:436px; overflow:hidden;}
.lx {line-height:36px; border-left:1px #666 solid; padding-left:36px;}
.lx-div {width:808px; margin:auto;}



